﻿/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea { margin: 0; padding: 0; border: 0; }
/*th, td{margin: 0; padding: 0;}*/
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "Arial", "微软雅黑", "Microsoft Yahei", "Verdana", "sans-serif"; font-size: 14px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}

/*首页*/
.container { width:90%;max-width: 1230px; margin: 0 auto; }
.top1{width:100%;background:#f3f5f7;height:30px;line-height:30px;}
.top1 p{width:50%;font-size:12px;color:#555;float:left;}
.top1 div.top1_nav{float:right;width:40%;text-align:right;}
.top1 div.top1_nav a{display:inline-block;vertical-align:top;padding:0 5px;font-size:12px;color:#555555;}
.top1 div.top1_nav a:hover{color:#1983cd;}

#header{background:#ffffff;}
#header .logo { width: 440px; margin: 13px 0 5px; display: inline-block;margin-right:20px; }
#header .logo  a{display:block;}
#header .logo img { vertical-align: middle; }
.logo_desc{float:left;width: 360px;margin-top:30px;}
.logo_desc p{font-size:16px;color:#333;font-weight:bold;}
.logo_desc span{font-size:14px;color:#666;}
.search-box{}
.search-box .input-search-btn { width: 45px; height: 35px; top:33px; right: 10px; position:absolute; z-index: 9999;background:#1983cd url(../images/search_btn.png) center center no-repeat; border-radius:0 40px 40px 0;;outline:none;}
.search-box .input-search { height: 100px; position:relative; float:left;}
.search-box .input-search input { height: 40px; width: 240px; background-color: #f3f5f7; border: 1px solid; border-color: #f3f5f7; padding-left: 15px; -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -ms-transition: all 0.6s cubic-beziercubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; position: relative; top: 30px; border-radius:40px;}
.input-search input:focus { width: 275px; border-color: #ffffff;outline: 0; }
.search-box .input-search-btn:hover{background:#ffb440 url(../images/search_btn.png) center center no-repeat;}

/*导航*/
#nav { background-color:#1983cd; width:100%;}
#nav ul li { float: left; width:12.285%;margin:0 1%;}
#nav ul li a { color: #fff;width:98%; padding: 0 1%; font-size: 15px; text-align: center; height: 55px; line-height: 55px; display: inline-block; cursor: pointer;position: relative;overflow: visible;-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;}
#nav ul li a:hover {color: #ffffff;background: #ffb440;}	

.web_nav{display:none;width:90%; height: 50px;line-height:50px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;outline:none;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}


/*首页banner*/
.flickerplate {position:relative;width:100%;height:550px;background-color:#e6e6e6;overflow:hidden}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner1.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner2.jpg);}	
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:25px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:12px;height:12px;margin:0px 5px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:rgb(255,255,255);border:2px solid rgb(255,255,255);}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}

.h_tlt1{width:100%;text-align:center;position:relative;padding-bottom:10px;}
.h_tlt1:before{content:'';width:400px;height:1px;background:#dedede;position:absolute;bottom:0;left:50%;margin-left:-200px;}
.h_tlt1:after{content:'';width:80px;height:2px;background:#0159a0;position:absolute;bottom:0;left:50%;margin-left:-40px;}
.h_tlt1 p{font-size:24px;font-weight:bold;color:#0159a0;text-align:center;display:inline-block;vertical-align:top;height:40px;line-height:40px;margin-right:5px;}
.h_tlt1 span{display:block;font-size:24px;font-weight:bold;color:#0159a0;text-align:center;height:40px;line-height:40px;display:inline-block;vertical-align:top;text-transform : uppercase}

/*首页产品展示*/
.h_products{width:100%;background:#ffffff;}
.h_products_in{ width:90%;max-width:1230px;margin:0 auto;padding:40px 0 10px;}
.h_products .pro_bd{margin-top:40px;}
.h_products .pro_bd ul li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#fff;position:relative;padding-bottom:40px;position:relative;overflow:hidden;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);}
.h_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.h_products .pro_bd ul li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_products .pro_bd ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products .pro_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_products .pro_bd ul li a p{width:100%;height:50px;line-height:50px;font-size:14px;text-align:center;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #1983cd;position:absolute;bottom:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:30;}
.h_products .pro_bd ul li:before{content:'';width:100%;height:100%;position:absolute;left:-100%;top:-100%;background:rgba(0,0,0,.5);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:10;}
.h_products .pro_bd ul li .ckxq{display:block;text-align:center;width:100px;height:30px;line-height:30px;font-size:12px;color:#fff;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-15px;background:#ffb440;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:20;display:none;}
.h_products .pro_bd ul li:hover p{height:60px;line-height:60px;color:#fff;background: #ffb440;}
.h_products .pro_bd ul li:hover img{margin-top:-20px;}
.h_products .pro_bd ul li:hover:before{left:0;top:0;}
.h_products .pro_bd ul li:hover .ckxq{display:block;}


.h_news_wrap{background:#f8f8f8;width:100%;background-attachment: fixed;}
.h_news{width:90%;max-width:1230px;margin:0 auto;padding:40px 0 20px;}
.h_news  .news_bd{padding-top:40px;overflow:hidden;}
.h_news  .news_bd .news_tj{width:37%;float:left;}
.h_news  .news_bd .news_tj  a{display:block;width:100%;height:390px;overflow:hidden;text-align:center;background:#ffffff;border-bottom:1px solid #f5f5f5;border-radius:0 20px 0 20px;}
.h_news  .news_bd .news_tj  a img{width:100%;vertical-align:middle;transition-duration: 3s;-ms-transition-duration: 3s;-moz-transition-duration: 3s;-webkit-transition-duration: 3s;}
.h_news  .news_bd .news_tj  a:hover img{transform: scale(1.1,1.1);opacity: 0.5;}
.h_news  .news_bd .news_tj  a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_news  .news_bd ul{float:right;width:60%;}
.h_news  .news_bd ul li{margin-bottom:20px;display:block;background:#ffffff;padding:24px;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_news  .news_bd ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#f3f5f7;overflow:hidden;}
.h_news  .news_bd ul li .news_time p{font-size:24px;font-weight:bold;color:#1983cd;height: 48px;line-height: 48px;}
.h_news  .news_bd ul li .news_time span{font-size:14px;color:#fff;display:block;background:#1983cd;}
.h_news  .news_bd ul li .news_con{padding-left:120px;}
.h_news  .news_bd ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news  .news_bd ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.h_news  .news_bd ul li:hover{transform:rotateX(360deg);background: #00a8ec;}
.h_news  .news_bd ul li:hover p,.h_news  .news_bd ul li:hover span{color:#fff;}
.h_news  .news_bd ul li:hover .news_time p{color:#1983cd;}

/*首页公司简介*/
.about{ width:100%; background:url(../images/bg.jpg) no-repeat; background-attachment: fixed;padding:60px 0;}
.about .about_l{float:left;width:55%;padding:64px 0 0;}
.about .about_l .tlt{font-size:24px;color:#555;line-height:30px;font-weight:bold;}
.about .about_l div.con{font-size:14px;line-height:28px;color:#777;text-indent:28px;height:110px;overflow:hidden;margin:30px 0 40px;}
.about .about_l a.more{display:block;width:198px;height:38px;line-height:38px;text-align:center;font-size:14px;background:#1983cd;color:#fff;border-radius:2px;}
.about .about_l a.more:hover{background:#ffb440;}
.about .about_r{float:right;width:41%;height:400px;}
.about .about_r a{display:block;}
.about .about_r a img{max-width:100%;}

/*首页业务范围展示*/
.h_ywfw{width:100%;background:#0061a5;padding:40px 0;min-height: 250px;}
.h_ywfw .h_tlt1 p{color:#fff;}
.h_ywfw .h_tlt1 span{color:#fff;}
.h_ywfw .h_tlt1:before{background:#fff;}
.h_ywfw .ywfw_bd{margin-top:40px;}
.h_ywfw .ywfw_bd ul li{float:left;width: 22%;margin-right:4%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;position:relative;overflow:hidden;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_ywfw .ywfw_bd ul li:nth-child(4n) {margin-right: 0px;}
.h_ywfw .ywfw_bd ul li a .pro_img{text-align:center;width:100%;height:230px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_ywfw .ywfw_bd ul li a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;}
.h_ywfw .ywfw_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_ywfw .ywfw_bd ul li p{width:96%;font-size:14px;text-align:center;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding:10px 2%;background:#1983cd;}
.h_ywfw .ywfw_bd ul li p a span{display:block;height:20px;line-height:20px;color:#fff;font-size:16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_ywfw .ywfw_bd ul li p em{display:block;height:20px;line-height:20px;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;} 
.h_ywfw .ywfw_bd ul li:hover {transform: rotateY(360deg);}
.h_ywfw .ywfw_bd ul li:hover p{background: #ffb440;}

/*合作伙伴开始*/
.h_brand{width:100%;background:#fff;padding:40px 0 20px;}
.h_brand .brand_bd{margin-top:40px;}
.h_brand .brand_bd ul li{float:left;width: 32%;margin-right:2%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative;position:relative;overflow:hidden;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0 9px 8px rgba(0,0,0,.11)}
@media (min-width:768px) {
.h_brand .brand_bd ul li:nth-child(3n) {margin-right: 0px;}
}
.h_brand .brand_bd ul li a .pro_img{text-align:center;width:100%;height:250px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_brand .brand_bd ul li a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;}
.h_brand .brand_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_brand .brand_bd ul li a p{width:100%;font-size:14px;text-align:center;color:#666;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;padding-top:12px;background:#d8d8d8;padding-bottom:12px;}
.h_brand .brand_bd ul li:hover {transform: rotateY(360deg);}
.h_brand .brand_bd ul li:hover a p{background: #ffb440;color:#fff;}
/*合作伙伴结束*/

.link{width:100%;margin:10px 0 30px 0;}
.link  .link_con{width:100%;margin:0 auto;background:#fff;box-shadow: 0px 0px 20px 0px #eaeaea;padding:15px 10px;}
.link  .link_con span{display:block;background:url(../images/pecv.png) left center no-repeat;padding-left:25px;font-size:15px;font-weight:bold;height:26px;line-height:26px;margin-bottom:5px;}
.link  .link_con p{font-size:12px;color:#555;line-height:24px;padding:0 15px 0 0;}
.link  .link_con p a{font-size:12px;color:#555;}

.foot1{background-color: #1983cd;width: 100%;height:90px;}
.foot1 ul{height:90px;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;}
.foot1 ul li{float:left;color:#ffffff;}
.foot1 ul li.address{background:url(../images/pos.png) left center no-repeat;width: 44%;overflow:hidden;text-align:left;padding-left:25px;}
.foot1 ul li.tel{background:url(../images/phone.png) left center no-repeat;width: 30%;overflow:hidden;text-align:left;padding-left:25px;}
.foot1 ul li.tel a{color:#fff;}
.foot1 ul li.email{background:url(../images/email.png) left center no-repeat;width: 20%;text-align:left;padding-left:25px;overflow:hidden;}
.foot1 ul li.code {width: 20%;}
.foot1 ul li.code img{height:80px;float:right;}

.foot2{background-color: #fff;width: 100%;padding:10px 0;}
.foot2 p{color:#555;font-size:12px;}
.foot2 a{color:#555;font-size:12px;}
.foot2 a:hover{color:#0026a7;}

/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#1983cd;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#ffb440;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}

@media (max-width:767px) {
.suspension .a-service,.suspension .a-qrcode, .suspension .d-service-phone,.suspension .a span{ display:none !important;}
.suspension .a,.suspension .a:hover{border-radius: 50px; background-image: linear-gradient(to top right, #1475cf, #2f98f4); opacity: 0.9; margin-bottom: 15px;}
.suspension .a-service-phone .i{background-image: url(../images/suspension-bgxin.png);background-position: 5px -2px;width: 45px;height: 45px; margin-left:0; margin-top:0;}
.suspension .a-top .i{background-position: -132px -4px;}
.suspension .a-top,.suspension .a-top:hover{background-image: linear-gradient(to top right, #34ad6a, yellow);}
}

/*-------------------内页开始-------------------*/

.h_tjcp{width:100%;padding:40px 0;}
#demo{overflow:hidden; width:100%; height:300px; margin:0 auto;padding-top:30px;}
#demo #indemo{float:left; width:800%}
#demo #demo1{float:left;}
#demo #demo2{float:left;}
#demo #indemo ul li{float:left;width:22%;margin-right:4%;display:block;border-radius: 0 0 2px 2px;background:#f3f5f7;position:relative;}
#demo #indemo ul li a .pro_img{text-align:center;width:96%;margin:2%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
#demo #indemo ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
#demo #indemo ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#demo #indemo ul li a p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#demo #indemo ul li .ckxq{display:none;}
#demo #indemo ul li:hover{background:#1983cd;}
#demo #indemo ul li:hover p{color:#fff;}

.ny_banner{width:100%;position:relative;overflow: hidden;}
.ny_banner .slideshow {height: 310px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
@media (max-width: 1199px) and (min-width: 1001px){.ny_banner .slideshow {height: 320px;}}
@media screen and (max-width: 1000px){.ny_banner .slideshow {height: 280px;}}
@media screen and (max-width: 760px){.ny_banner .slideshow {height: 170px;}}
@media screen and (max-width: 480px){.ny_banner .slideshow {height: 120px;}}

.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:25%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{width:100%;font-size:13px;line-height:30px;color:#555;}
.ny_zycp{background:#f3f5f7; padding:20px 15px;margin-bottom:25px;margin-top:20px;}

/*内页产品分类*/
.syFocusThumb .prev{ display:inline-block;vertical-align:middle;width:10%;height:40px;background-repeat:no-repeat;background-color:#fff; background-image:url(../images/pre.png);background-position:center center;background-size:initial;border-right: 1px solid #f1f1f1;}
.syFocusThumb .next{ display:inline-block;vertical-align:middle;width:10%;height:40px;background-repeat:no-repeat;background-color:#fff;background-image:url(../images/next.png);background-position:center center;background-size:initial;border-left: 1px solid #f1f1f1;}
.syFocusThumb{POSITION: relative; WIDTH:100%; margin:20px auto;padding-top:60px;}
.pagination {POSITION: absolute; TEXT-ALIGN: left;CLEAR: both; TOP: 0; LEFT: 0px;width:100%;height:40px;margin-bottom:20px;box-shadow: 0px 0px 20px 0px #eaeaea;overflow: hidden;}
.thumbWrap {POSITION: absolute; WIDTH:80%; OVERFLOW: hidden; TOP: 0; LEFT:10%;}
.holder {WIDTH: 4000px}
.holder I {CURSOR: pointer;font-style:normal;display:inline-block;height:40px;line-height:40px;white-space:nowrap;font-size:12px;text-align:center;cursor:pointer;position:relative;padding:0 5px; vertical-align:top;border-radius:0 4px 0 4px;overflow:hidden;margin:0 2px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.holder I:first-child{width:50px;}
.prev {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; LEFT: 0}
.next {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; RIGHT: 0;}
.pagination I.selected{ background-color:#ffb440;color:#fff; }
.pagination I.selected a{ color:#ffffff;}
.sliderwrapper{ width:100%;padding-left:5px; text-align:left;}
.toc{ }
.toc a{color:#515671;}
.contentdiv {font-size:0;margin:0 10px;}
.contentdiv:first-child{display:none !important;}
.contentdiv  a {text-align:center;border-radius:2px; display:inline-block;vertical-align:top; padding: 8px 2%;color: #76838f;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;height:22px;line-height:22px;font-size:12px;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;background:#f3f5f7;margin:10px 5px 0 0;}
.contentdiv a:hover {background: #afafaf;color:#fff;}


.hidebtn{float:right; display:block;width:80px;height:20px;line-height:20px;box-shadow: 0px 0px 20px 0px #eaeaea;background:#dedede;margin:0 auto 20px;font-size:12px;color:#555;text-align:center;cursor:pointer;}


.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1230px;margin:0 auto;padding-top:20px;padding-bottom:20px;}

.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav div{width:100%;text-align:left;color:#777;overflow:hidden;font-size:14px;}
.ny_content .content_right .bread_nav div>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav div a{color:#555;}
.ny_content .content_right .bread_nav div a:hover{color:#0256ac}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:0; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
@media (min-width: 1200px){
.ny_products .pro_bd ul .Brandli{ width:22%;}
.ny_products .pro_bd ul .Brandli:nth-child(3n) {margin-right: 4%!important;}
.ny_products .pro_bd ul .Brandli:nth-child(4n) {margin-right: 0px!important;}
.ny_products .pro_bd ul .Brandli:before{ display:none !important;}
.ny_products .pro_bd ul .Brandli a .pro_img{ height:200px;}
}

/*内页产品展示*/
.ny_products{width:100%;}
.ny_products .pro_bd{}
.ny_products .pro_bd ul li{float:left;width:30.66666666%;margin-right:4%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#fff;position:relative;padding-bottom:40px;position:relative;overflow:hidden;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_products .pro_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li a p{width:100%;height:50px;line-height:50px;font-size:14px;text-align:center;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #1983cd;position:absolute;bottom:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:30;}
.ny_products .pro_bd ul li:before{content:'';width:100%;height:100%;position:absolute;left:-100%;top:-100%;background:rgba(0,0,0,.5);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:10;}
.ny_products .pro_bd ul li .ckxq{content:'查看详情';text-align:center;width:100px;height:30px;line-height:30px;font-size:12px;color:#fff;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-15px;background:#ffb440;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:20;display:none;}
.ny_products .pro_bd ul li:hover p{height:60px;line-height:60px;color:#fff;background: #ffb440;}
.ny_products .pro_bd ul li:hover img{margin-top:-20px;}
.ny_products .pro_bd ul li:hover:before{left:0;top:0;}
.ny_products .pro_bd ul li:hover .ckxq{display:block;}



/*内页相关文章*/
.ny_tlt2{width:100%;margin-bottom:30px;position:relative;overflow:hidden;}
.ny_tlt2 p{float:left;font-size:18px;color:#515671;text-align:left;padding-right:20px;padding-left:10px;font-weight:bold;}
.ny_tlt2:before{content:'';width:2px;height:17px;background:#515671;position:absolute;left:0;top:50%;margin-top:-7px;}
.ny_xgwz{background:#ffffff;padding:20px 0;}
.ny_xgwz ul li{float:left;width:49%;margin-bottom:10px;position:relative;background:#f3f5f7;}
.ny_xgwz ul li a{display:block;float:left;width:68%;padding:5px 0 5px 5%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:bold;color:#666;}
.ny_xgwz ul li span{display:block;float:right;width:20%;color:#999;text-align:right;padding:5px 5% 0 0;}
.ny_xgwz ul li:nth-child(odd){float:left;}
.ny_xgwz ul li:nth-child(even){float:right;}
.ny_xgwz ul li:before{content:'';width:10px;height:1px;background:#515671;position:absolute;left:10px;top:50%;}
.ny_xgwz ul li:hover{background:#1983cd;color:#fff}
.ny_xgwz ul li:hover:before{background:#ffffff;}
.ny_xgwz ul li:hover a,.ny_xgwz ul li:hover span{color:#ffffff;}

/*内页新闻列表*/
.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{margin-bottom:20px;position:relative;display:block;background:#ffffff;padding:24px;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.10);border-bottom: 1px dotted #dedede;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#f1f1f1;overflow:hidden;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#1983cd;height: 48px;line-height: 48px;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;display:block;background:#1983cd;}
.new_inside ul li .news_con{padding-left:120px;}
.new_inside ul li .news_con p a{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;width: 100%;
    display: block;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover{transform: rotateX(360deg);background: #00a8ec;}
.new_inside ul li:hover p a,.new_inside ul li:hover span{color:#fff;}
.new_inside ul li:hover .news_time p{color:#1983cd;}


.article_inside{width:100%;}
.article_inside ul{width:100%;padding:0;}
.article_inside ul li{margin-bottom:20px;display:block;overflow:hidden;background:#ffffff;padding:24px;position:relative;box-shadow: 0px 0px 20px 0px #eaeaea;}
.article_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.article_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#515671;padding-bottom:5px;position:relative;}
.article_inside ul li .news_time p:after{content:'';display:inline-block;width:20px;height:1px;background:#515671;position:absolute;bottom:0;left:50%;margin-left:-10px;}
.article_inside ul li .news_time span{font-size:16px;color:#515671;}
.article_inside ul li .news_con{padding-left:110px;}
.article_inside ul li .news_con p a{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;width: 100%;
    display: block;}
.article_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.article_inside ul li:hover{background:#1983cd;}
.article_inside ul li:hover p{color:#fff}
.article_inside ul li:hover p a{color:#fff}
.article_inside ul li:hover span{color:#fff}
.article_inside ul li:hover p:after{background:#ffffff;}



.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:14px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.content_left .show_menu{width:100%;}

.page_list{margin-bottom:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:30px;font-weight:bold;line-height:44px;color:#1983cd;margin-bottom:20px;}

.content_right .conn .proshow1{padding:40px 3% 40px;position:relative;background: #f3f5f7;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;background:#ffffff;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:413px;display:block;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:28px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:normal;color:#b5b5b5;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:90px;overflow:hidden;color:#999;margin-top: 26px;}
.content_right .conn .proshow1 .prodesc p.desc span{color:#333;}
.content_right .conn .proshow1 .prodesc ul{overflow:hidden;}
.content_right .conn .proshow1 .prodesc ul li{float:left;width:48%;margin-right:4%;margin-bottom:12px;}
.content_right .conn .proshow1 .prodesc ul li:nth-child(2n) {margin-right: 0px;}
.content_right .conn .proshow1 .prodesc .cpshow_time{border:2px dashed #dedede;height:40px;line-height:40px;text-align:center;border-radius:30px;margin:10px 0 10px;font-size: 16px;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#1983cd;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2 em{display:block;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #1983cd;color:#1983cd;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}


.content_right .conn .xgcp li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#fff;padding-bottom:50px;position:relative;overflow:hidden;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 0px;}
.content_right .conn .xgcp li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.content_right .conn .xgcp li a .pro_img img{vertical-align:middle;max-width:97%;max-height:97%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.content_right .conn .xgcp li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.content_right .conn .xgcp li a p{width:100%;height:50px;line-height:50px;font-size:14px;text-align:center;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #1983cd;position:absolute;bottom:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:30;}
.content_right .conn .xgcp li:before{content:'';width:100%;height:100%;position:absolute;left:-100%;top:-100%;background:rgba(0,0,0,.5);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:10;}
.content_right .conn .xgcp li .ckxq{content:'查看详情';text-align:center;width:100px;height:30px;line-height:30px;font-size:12px;color:#fff;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-15px;background:#ffb440;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index:20;display:none;}
.content_right .conn .xgcp li:hover p{height:60px;line-height:60px;color:#fff;background: #ffb440;}
.content_right .conn .xgcp li:hover img{margin-top:-20px;}
.content_right .conn .xgcp li:hover:before{left:0;top:0;}
.content_right .conn .xgcp li:hover .ckxq{display:block;}


.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 20px;font-size:18px;text-align:center;height:48px;line-height:48px;margin-bottom: -1px;background:#f3f5f7;color:#333;display:block;margin-left: 0;font-weight:bold;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 100%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.page_list{text-align:center;padding-top:20px;}
.page_list a{display:inline-block;padding:0 10px;background:#f3f5f7;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#1983cd;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1983cd;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#f3f5f7;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#1983cd;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}


/*屏幕电脑*/
@media (max-width:1199px) {
.container { width:95%; }
#header .logo{ width:40%;}
#header .logo img{max-height: 100%;max-width: 100%;}
.logo_desc{width:30%;}
.search-box{ width:27%;}
.search-box .input-search{ width:100%;}
.search-box .input-search input{ width:95%;padding-left:4%;}

.flickerplate{height:380px;}
.zy_pro_in{width:95%;}

.h_news{width:95%;padding: 30px 0 20px;}
.h_news .news_bd{padding-top:20px;}

.h_products .pro_bd ul li{width:30%;}
.h_products .pro_bd ul li a .pro_img{height:300px;}

.con_right_about{top: 60px;height: 190px;}

.ny_content .content_right{width:98%;}
.ny_content .content_right2{width:98%;}

.ny_products .pro_bd ul li{width:30%;}
.ny_products .pro_bd ul li a .pro_img{height:300px;}

.content_right .conn .xgcp li{width:30%;}
.content_right .conn .xgcp li a .pro_img{height:300px;}

#link{width:96%;}

.ny_banner .search{width:auto;top:auto;bottom:10%;left:auto;right:5%;margin-left:0;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.ny_content{width:95%;}

.contact .content1 ul li a .wz{width:60%;}
.silder-main{min-height:inherit;}

}


/*中等屏幕*/
@media (max-width:992px) {
#header .logo{width:65%;}
.logo_desc{display:none;}

.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}	
.flickerplate ul.flicks>li:nth-child(3){background-image:url(../images/banner_sj3.jpg) !important;}	

.h_products .pro_bd ul li{width:47%;}
.h_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.h_products .pro_bd ul li:nth-child(3n) {margin-right: 4%;}
.h_products .pro_bd ul li:nth-child(6n) {margin-right: 0;}

.h_ywfw .ywfw_bd ul li a .pro_img{height:163px;}

.foot1{height:auto;}
.foot1 ul{display:block;padding:15px 0;height:auto;}
.foot1 ul li{float:none;height:30px;line-height:30px;margin-bottom:10px;text-align:center;}
.foot1 ul li.address{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.tel{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.email{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.code{width:95%;margin:0 auto;height:auto;text-align:center; text-indent: 0;}
.foot1 ul li.code img{float:none;display:inline-block;vertical-align:top;}

.foot2{width:95%;margin:0 auto;text-align:center;}

#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}

.ny_products .pro_bd ul li{width:47%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 4%;}
.ny_products .pro_bd ul li:nth-child(6n) {margin-right: 0;}

.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;margin-bottom: 0;}
.page_list input{display:none !important;}
.page_list a{font-size:12px;}

.content_right .conn .xgcp li a .pro_img{height:170px;}

.ny_content .ny_news_con{min-height:150px;}

.content_right .conn .proshow1 .prodesc .cpshow_time{font-size:14px;}
}


	
/*小屏幕*/
@media (max-width:880px) {
.top1{display:none;}

.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}
.ny_banner .search {width: auto;top: auto;bottom: 30%;left: auto;right: 50%;margin-right:-190px;}

.ny_xgwz ul li{width:100%;}
.ny_xgwz ul li a{width:58%;padding: 5px 0 5px 10%;}
.ny_xgwz ul li span{width:24%;}

.proshow1 .js-silder .silder-main-img{height:400px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:auto;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.proshow2 .prodetail_con .content{padding:10px 0;}

}


/*手机*/
@media (max-width:767px) {
.container { width:95%; }

#header .logo{ width:95%; margin:0 auto;padding:10px 0;float:none;display:block;}
#header .logo  a{text-align:center;}
.contact-index{ display:none;}
.search-box{ display:none; width:90%; margin-right:5%;}
.search-box .input-search{ width:100%; height:70px;}
.search-box .input-search input{ width:96%; top:15px;}
.search-box .input-search-btn{ top:18px;}
.web_nav{width:90%;display:block;}
#nav .container { width:100%; }
#nav ul{width:100%;display:none;}
#nav ul li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;margin: 0 0;}
#nav ul li a{color:#333; display:block;}
.web_nav span.search_bt {display: inline-block;cursor: pointer; float: right;  font-size: 20px; color: #fff; font-weight: bold; width: 35px; height: 35px; text-align: center; line-height: 33px; border-radius: 50%; margin: 8px 20px 0 0; background: #12649c url(../images/search_btn.png) center center no-repeat;}

.h_tlt1 p{font-size:20px;height: 30px;line-height: 30px;}
.h_tlt1 span{font-weight:lighter;color:#ccc;font-size:18px;height: 30px;line-height: 30px;}
.h_tlt1:before{display:none;}

.flickerplate{height:240px;}


.h_news .news_bd .news_tj {display:none;}
.h_news .news_bd ul {width: 100%;float: none;}
.h_news .news_bd ul li .news_con span{line-height:18px;height:36px;}
.h_news .news_bd ul li .news_con{padding-left:106px;}

.h_products_in{padding: 20px 0 10px;}
.h_products .pro_bd{margin-top:30px;}
.h_products .pro_bd ul li{width:47%;}
.h_products .pro_bd ul li:nth-child(2n){margin-right: 0px;}
.h_products .pro_bd ul li{padding-bottom:30px;}
.h_products .pro_bd ul li a .pro_img{height:150px;}
.h_products .pro_bd ul li a p{font-size:14px;height:30px;line-height:30px;}
.h_products .pro_bd ul li a .pro_img{height:120px;}
.h_products .pro_bd ul li a span{width:88px;height:26px;}
.h_products .pro_bd ul li a span i{height:26px;}
.h_products .pro_bd ul li:hover p{height:40px;line-height:40px;}

.about{padding:30px 0;}
.about .about_l .tlt{font-size:20px;}
.about .about_l{width:100%;padding:0;text-align:center;}
.about .about_l div.con{margin:20px auto;text-align:center;text-indent:0;}
.about .about_l a.more{margin:0 auto;}
.about .about_r{display:none;}

.h_ywfw{padding: 20px 0;}
.h_ywfw .ywfw_bd ul li{width:47%;}
.h_ywfw .ywfw_bd ul li:nth-child(2n){margin-right: 0px;}

.h_brand{padding:20px 0 20px;}
.h_brand .brand_bd{margin-top:20px;}
.h_brand .brand_bd ul li{width:47%;margin-right: 4%;}
.h_brand .brand_bd ul li:nth-child(2n){margin-right: 0;}
.h_brand .brand_bd ul li:nth-child(5n){margin-right: 4%;}
.h_brand .brand_bd ul li:nth-child(10n){margin-right: 0;}
.h_brand .brand_bd ul li a .pro_img{ height:200px;}

.link .container{width:95%;margin:0 auto;}
.link .link_con{width:96%;padding: 15px 2%;}

.ny_tlt1{margin-bottom:15px;display:none;}

.ny_news_con2 .about_img{float:none;width:100%;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:0;margin-top:-10px;}
.ny_zycp{padding:10px 15px;margin-top:15px;line-height: 22px;}
.ny_news_con2 .about_img{display:none;}

#demo{height:205px;}
#demo #indemo ul li a .pro_img{height:148px;}

.ny_products .pro_bd ul li{width:47%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0px;}
.ny_products .pro_bd ul li{padding-bottom:30px;}
.ny_products .pro_bd ul li a .pro_img{height:150px;}
.ny_products .pro_bd ul li a p{font-size:14px;height:30px;line-height:30px;}
.ny_products .pro_bd ul li a .pro_img{height:120px;}
.ny_products .pro_bd ul li a span{width:88px;height:26px;}
.ny_products .pro_bd ul li a span i{height:26px;}
.ny_products .pro_bd ul li:hover p{height:40px;line-height:40px;}

.ny_content .content_right2{padding-bottom:0;}
.ny_content .ny_news_con{min-height:100px;}

.new_inside ul li{padding:10px;}
.new_inside ul li .news_time{top:11px;left:14px;}
.ny_news_ye{font-size:12px;}

.article_inside ul li{padding:10px;}
.article_inside ul li .news_time{top:11px;left:14px;}

.content_right .conn .xgcp li{width:47%;padding-bottom:30px;}
.content_right .conn .xgcp li:nth-child(2n){margin-right: 0px;}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 3%;}
.content_right .conn .xgcp li:nth-child(6n) {margin-right: 0;}
.content_right .conn .xgcp li a .pro_img{height:150px;}
.content_right .conn .xgcp li a p{font-size:14px;height:30px;line-height:30px;}
.content_right .conn .xgcp li a .pro_img{height:120px;}
.content_right .conn .xgcp li a span{width:88px;height:26px;}
.content_right .conn .xgcp li a span i{height:26px;}
.content_right .conn .xgcp li:hover p{height:40px;line-height:40px;}
.ny_content .content_right{float:none;width:98%;padding:1%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav div{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav div>em{height:15px;}

.content_right .conn .xgcp2{height: 154px;overflow: hidden;margin-bottom: 20px;}

.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}

.content_right .conn .proshow1{padding-top:0;}

.content_right .conn .pro_name{font-size:26px;margin-bottom: 10px;}
.content_right .conn .proshow1 .prodesc ul li{float:none;width:100%;}
.content_right .conn .proshow1 .prodesc .cpshow_time{height: auto;border-radius: 0;text-align: left;padding: 10px 20px;}
.content_right .conn .proshow1 .prodesc .cpshow_time span{display:block;height: 30px;line-height: 30px;}
}

/*产品目录页产品板块*/
.pro_bdlist{padding-top:15px;}
.pro_bdlist li{float:left;width:44%;margin-right:4%;margin-bottom:30px;background: #f3f5f7;padding:25px 2%;}
.pro_bdlist li:nth-child(2n) {margin-right: 0;}
.pro_bdlist li .pic{float:left;width:40%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist li .wz{float:right;width:56%;}
.pro_bdlist li .wz .tlt{display:block;font-size:18px;color:#333;height:34px;line-height:34px;margin-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist li .wz .desc{height:48px;font-size:14px;color:#666;line-height:24px;overflow:hidden;}
.pro_bdlist li .wz .cs{font-size:14px;color:#999;padding:10px 0;}
.pro_bdlist li .wz .cs span{color:#555;}
.pro_bdlist li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.pro_bdlist li:hover .wz .ckxq{background-color: #1983cd;border: 1px solid #1983cd;color: #fff;}
.pro_bdlist li:hover .wz .tlt{color:#1983cd;}
.pro_bdlist li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
@media (max-width:1199px) {
	
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_bdlist li .pic{width:100%;margin-bottom:12px;height: 250px;}
	.pro_bdlist li .wz{width:100%;text-align:center;}
	.pro_bdlist li .wz .tlt{margin-bottom:5px;text-align:center;font-size: 16px;}
	.pro_bdlist li .wz .desc{text-align:center;}
	.pro_bdlist li .wz .cs{text-align:center;}
	.pro_bdlist li .wz .ckxq{padding:6px 5%;width:80%;}
}
@media (max-width:767px) {
	.pro_bdlist{padding-top:0;}
	.pro_bdlist li{padding: 10px 2% 20px;margin-bottom: 15px;}
	.pro_bdlist li .pic{height:140px;}
	.pro_bdlist li .wz .tlt{font-size:15px;margin-bottom:0;}
	.pro_bdlist li .wz .cs{display:none;}
	.pro_bdlist li .wz .desc{line-height: 20px;height:40px;font-size:12px;margin-bottom:10px;}
	.pro_bdlist li .wz .ckxq{padding:0 5%;font-size:12px;}
}



/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:0;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main1 { width:100%; height:auto; margin: 20px auto; padding: 40px; background-color:#f3f5f7; position: relative; box-sizing: border-box;}
.pro_detail_main1 .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main1 .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #1983cd; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:84px; overflow:hidden; margin:20px auto; padding:0; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:84px; overflow:hidden; line-height:28px; color:#999; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0; border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; box-sizing: border-box;}
.pro_detail_text ul li { width:50%; height:44px; overflow: hidden; line-height: 34px; color: #999; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 5px 10px; background-color:#fafafa; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; float:left; box-sizing: border-box;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left; display:none;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 56px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:6px;}
.pro_detail_btn a { display:block; width: 48%; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left; box-sizing: border-box;}
.pro_detail_btn a.prodtl_btn1 { background-color: #1983cd; border:1px solid #1983cd; margin: 0 4% 0 0;}
.pro_detail_btn a.prodtl_btn2 { background-color: #7b7b7b; border:1px solid #7b7b7b;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #fff; color:#1983cd;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #fff; color:#7b7b7b;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:64px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; background-color:#fff; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1983cd;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; background-color:#fff; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media (max-width:1400px) {
	.pro_detail_main1{width:100%; padding:30px;}
	.prodetail_img{width:45%;}
	#preview{width:100%;}
	.jqzoom{width:100%;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.pro_detail_main1 .pro_detail_text{width:52%;}
	.pro_detail_text .pro_detail_btn{width:100%;}
	
	.zoomdiv { left:104%!important}
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	
	.pro_detail_main1{width:100%;margin: 0 auto 20px; padding:14px;}
	.prodetail_img{width:100%;height:auto;}
	#preview{width:100%;}
	.jqzoom{width:100%;height: 285px;}
	.pro_detail_main1 .pro_detail_text{width:100%;padding-top:14px;height: auto;min-height:260px; padding-bottom:60px;}
	.pro_detail_text h1{font-size:22px; line-height:32px;}
	.pro_detail_text .jyms{margin: 12px auto;padding: 0; height:auto;}
	.pro_detail_text .jyms p { height:auto; line-height:24px;}
	.pro_detail_text ul{overflow:hidden; margin: 12px auto;}
	.pro_detail_text ul li{font-size:14px; margin: 0 auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a{height:48px;line-height:48px;width:48%;font-size:16px;}
	.pro_detail_btn a.prodtl_btn1{margin: 0 4% 0 0;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.zoomdiv,.jqZoomPup{display:none !important;}
	
}

@media (max-width:880px) {
	.syFocusThumb { margin:20px auto 0;}
}

/*我们的优势*/
.youshi_wrap{overflow:hidden;width:100%;overflow-x: hidden;margin-left:0;}
.h_youshi{width:100%;background:#fff;}
.h_youshi_in{width:90%;max-width:1230px;padding:40px 0;margin:0 auto;}
.h_youshi_in ul{padding-top:40px;}
.h_youshi_in ul li{float:left;margin-right:2%;width:23%;}
.h_youshi_in ul li:nth-child(4n){margin-right: 0px;}
.h_youshi_in ul li .icon{text-align:center;width:120px;height:120px;margin:0 auto;background:#eee;border-radius:50%; display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;transition: background 0.5s,color 0.5s;-moz-transition: background 0.5s,color 0.5s;-webkit-transition: background 0.5s,color 0.5s;-o-transition: background;}
.h_youshi_in ul li .icon span{display:block;width:50px;height:50px;background:url(../images/ys1.png) center center no-repeat;background-size:cover;transition: background 0.5s,color 0.5s;-moz-transition: background 0.5s,color 0.5s;-webkit-transition: background 0.5s,color 0.5s;-o-transition: background;}
.h_youshi_in ul li .icon2 span{background:url(../images/ys2.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .icon3 span{background:url(../images/ys3.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .icon4 span{background:url(../images/ys4.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .tlt{text-align:center;margin-top: 20px;margin-bottom: 5px;font-size: 20px;color: #2a333c;}
.h_youshi_in ul li p{text-align:center;margin-top: 10px;margin-bottom: 5px;font-size: 14px;color: #999;}
.h_youshi_in ul li:hover .icon{background:#1983cd;}
.h_youshi_in ul li:hover .icon1 span{background:url(../images/ys1a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon2 span{background:url(../images/ys2a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon3 span{background:url(../images/ys3a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon4 span{background:url(../images/ys4a.png) center center no-repeat;background-size:cover;}
@media (max-width:880px) {
.youshi_wrap{}
.h_youshi_in ul li p{font-size:12px;margin-top:0;}
.h_youshi_in ul{width:96%;padding:20px 2% 0;}
.h_youshi_in{overflow:hidden;width:100%;padding: 20px 0 0;}
.h_youshi_in ul li{width:47%;margin-bottom:10px;margin-right:20px;}
.h_youshi_in ul li:nth-child(2n){margin-right:0;}
.h_youshi_in ul li .icon{width:80px;height:80px;}
.h_youshi_in ul li .icon span{width:30px;height:30px;}
.h_youshi_in ul li .tlt{margin-top:10px;font-size: 16px;}
}
